ServiceUpdateRule Method (IListRule, IListRule, IListString, String, Boolean) |
Updates inbox rules.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic RuleOperationResponse UpdateRule(
IList<Rule> createRules,
IList<Rule> updateRules,
IList<string> ruleIds,
string smtpEmailAddress,
bool removeOutlookRuleBlob
)
Public Function UpdateRule (
createRules As IList(Of Rule),
updateRules As IList(Of Rule),
ruleIds As IList(Of String),
smtpEmailAddress As String,
removeOutlookRuleBlob As Boolean
) As RuleOperationResponse
Parameters
- createRules
- Type: System.Collections.GenericIListRule
The create rules. - updateRules
- Type: System.Collections.GenericIListRule
The update rules. - ruleIds
- Type: System.Collections.GenericIListString
The rule ids. - smtpEmailAddress
- Type: SystemString
The SMTP email address. - removeOutlookRuleBlob
- Type: SystemBoolean
if set to true [remove outlook rule BLOB].
Return Value
Type:
RuleOperationResponseRuleOperationResponse.
See Also